home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / UTILITY / CLOCK / ABOUT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-21  |  561 b   |  19 lines  |  [TEXT/hscd]

  1. /******************************************************************** ABOUT.H
  2.  *                                                                          *
  3.  *                       About Dialog definitions                           *
  4.  *                                                                          *
  5.  ****************************************************************************/
  6.  
  7. #ifndef ABOUT_H
  8. #define ABOUT_H
  9.  
  10. typedef struct {
  11.   SHORT id ;
  12.   HWND hwndHelp ;
  13. }
  14. ABOUT_PARMS, *PABOUT_PARMS ;
  15.  
  16. extern FNWP AboutProcessor ;
  17.  
  18. #endif
  19.